@charset "utf-8";
/* CSS Document */
.m-header {
    display: none;
}
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #333;
}
ul li {
    list-style-type: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* IE11 */
    -ms-appearance: none;
}
.clear {
    clear: both;
}
.lunbo4 {
    display: none;
}
.m2 {
    display: none;
}
#wrapper {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}
.pd-head {
    width: 100%;
    /*height: 510px;*/
    position: absolute;
    top: 0;
    z-index: 1000000;
}
.pd-headcon {
    width: 1180px;
    margin: 0 auto;
    padding: 0 10px;
}
.pd-headcon::before {
    display: table;
    content: '';
    clear: both;
}
.pd-headcon p {
    float: right;
    margin-top: 10px;
    /*width: 320px;*/
}
.pd-headcon p a {
    color: #fff;
    line-height: 40px;
}
.pd-headcon p a.pd1 {
    display: inline-block;
    border: 1px solid #fff;
    height: 38px;
    width: 120px;
    text-align: center;
    border-radius: 8px;
}
.pd-logo {
    width: 1180px;
    margin-top: 30px;
    text-align: center;
    clear: both;
}
.pd-search {
    width: 790px;
    margin: 0 auto;
    margin-top: 36px;
}
.pd-search p {
    text-align: left;
    color: #fff;
    margin-top: 0;
}
.search {
    width: 790px;
    font-size: 0px;
    margin: 10px auto;
    position: relative;
}
.search input {
    border-radius: 10px 0 0 10px;
    width: 640px;
    height: 60px;
    border: none;
    opacity: 1;
    vertical-align: middle;
    padding-left: 10px;
}
.search button {
    width: 120px;
    height: 60px;
    border: none;
    vertical-align: middle;
    background-color: #1d79e9;
    text-align: center;
    color: #fff;
    position: relative;
    padding-left: 30px;
}
.search button > img {
    position: absolute;
    left: 14px;
    top: 20px;
}
.pd-nav {
    width: 100%;
    height: 70px;
    background: #265ec4;
}
.pd-navcon {
    width: 1180px;
    margin: 0 auto;
}
.pd-navcon ul li {
    float: left;
    display: block;
}
.pd-navcon ul li a {
    line-height: 70px;
    color: #fff;
    display: block;
    width: 168px;
    height: 70px;
    text-align: center;
    font-size: 20px;
}
.pd-headlines {
    width: 1180px;
    margin: 0 auto;
}
.pd-headlines::after {
    display: table;
    clear: both;
    content: '';
}
.pd-headlines span {
    padding: 10px 15px;
    display: block;
    background: #c3d9ff;
    font-size: 30px;
    color: #265ec4;
    border-radius: 10px 0px 10px 0px;
    font-weight: bold;
    float: left;
}
.pd-headlinescon {
    text-align: center;
    margin-top: 20px;
}
.pd-headlinescon h2 {
    font-size: 30px;
    color: #184a94;
    line-height: 1.75;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pd-headlinescon p {
    line-height: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pd-news {
    width: 1180px;
    margin: 20px auto;
    margin-top: 60px;
    position: relative;
}
.lunbo1 {
    width: 640px;
    height: 360px;
    float: left;
}
.lunbo1 img {
    width: 100%!important;
    height: 100%!important;
}
.dd1 {
    width: 100%;
    height: 40px;
    background-color: #000;
    opacity: 0.88;
    filter: alpha(opaity=88);
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    text-align: left;
}
.dd1 > span {
    display: block;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    width: 350px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
}
.pd-newsright {
    width: 525px;
    height: 360px;
    float: right;
}
.ne1 {
    width: 700px;
    height: 47px;
    background: #ecf3ff;
    position: absolute;
    left: 240px;
    top: -60px;
}
.ne1 ul li {
    float: left;
    width: 139.9px;
    text-align: center;
    position: relative;
}
.ne1 ul li > img {
    display: none;
    position: absolute;
    top: 45;
    left: 60px;
}
.ne1 ul li:hover {
    background: #265ec4;
}
.ne1 ul li.on {
    background: #265ec4;
}
.ne1 ul li.on > img {
    display: block;
}
.ne1 ul li.on a {
    color: #fff;
}
.ne1 ul li a {
    line-height: 45px;
    font-size: 18px;
    font-weight: 500;
    display: block;
    cursor: pointer;
}
.ne1 ul li a:hover {
    font-weight: 600;
    color: #fff;
}
.ne1 ul span {
    width: 2px;
    height: 24px;
    background: #9f0000;
    display: inline-block;
    position: relative;
    top: 11px;
    left: -102px;
}
/*公告公示下拉菜单*/
.xlnav ul {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #265ec4;
}
.xlnav ul:before,
.xlnav ul:after {
    content: "";
    display: table;
}
.xlnav ul:after {
    clear: both;
}
.xlnav ul > li {
    float: left;
    position: relative;
}
.xlnav ul li {
    width: 139.9px;
}
.xlnav ul li a {
    border: none;
    color: #FFFFFF;
}
.xlnav ul li a:hover {
    background: rgba(0, 0, 0, 0.2);
}
.nav5:hover ul {
    max-height: 1000px;
    -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}
.nav5 ul {
    position: absolute;
    left: 0;
    top: 46px;
    z-index: 1;
    max-height: 0;
    /*overflow: hidden;*/
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}
/*下拉菜单结束*/

.nen1 {
    width: 525px;
}
.nen1 ul li {
    background: url("../images/x_pd-qq.png") no-repeat left center transparent;
    padding-left: 12px;
    position: relative;
    zoom: 1;
    line-height: 40px;
}
.nen1 ul li a {
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 70%;
    display: block;
}
.nen1 ul li span {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 15px;
    color: #a6a6a6;
}
.pd-news::after {
    display: table;
    content: '';
    clear: both;
}
.pd-zfxxgk {
    width: 1180px;
    margin: 20px auto;
}
.pd-title {
    width: 1180px;
    text-align: center;
    margin-bottom: 20px;
}
.pd-title img {
    width: 50%;
}
.swiper-slide a img{
    width: 280px;
    height: 180px;
}
.pd-xxgkcontain {
    width: 1180px;
}
.pd-xxgkcontainleft {
    width: 680px;
    height: 310px;
    float: left;
}
.ne2 {
    width: 680px;
    height: 47px;
    background: #ecf3ff;
}
.ne2 ul li {
    float: left;
    width: 136px;
    text-align: center;
    position: relative;
}
.ne2 ul li > img {
    display: none;
    position: absolute;
    top: 45;
    left: 60px;
}
.ne2 ul li:hover {
    background: #265ec4;
}
.ne2 ul li.on {
    background: #265ec4;
}
.ne2 ul li.on > img {
    display: block;
}
.ne2 ul li.on a {
    color: #fff;
}
.ne2 ul li a {
    line-height: 45px;
    font-size: 18px;
    font-weight: 500;
    display: block;
    cursor: pointer;
}
.ne2 ul li a:hover {
    font-weight: 600;
    color: #fff;
}
.ne2 ul span {
    width: 2px;
    height: 24px;
    background: #9f0000;
    display: inline-block;
    position: relative;
    top: 11px;
    left: -102px;
}
.nen2 {
    width: 680px;
    margin-top: 10px;
}
.nen2 ul li {
    background: url("../images/x_pd-qq.png") no-repeat left center transparent;
    padding-left: 12px;
    position: relative;
    zoom: 1;
    line-height: 40px;
}
.nen2 ul li a {
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 70%;
    display: block;
}
.nen2 ul li span {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 15px;
    color: #a6a6a6;
}
.pd-xxgkcontainright {
    width: 480px;
    float: right;
}
.pd-xxgkcontainright > h2 {
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    background: linear-gradient(to right, #2bb0ff, #a795ff);
    font-size: 18px;
    border-radius: 10px;
}
.pd-xxgkcontainright ul li {
    float: left;
    margin-right: 15px;
}
.pd-xxgkcontainright ul li a {
    display: block;
    width: 225px;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px dashed #d1cfcb;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pd-xxgkcontainright ul li a img {
    float: left;
    margin: 17px 20px 12px 10px;
}
.pd-zmhd {
    width: 1180px;
    margin: 20px auto;
}
.pd-xxgkcontain::after {
    display: table;
    content: '';
    clear: both;
}
.pd-zmhd::after {
    display: table;
    content: '';
    clear: both;
}
.pd-zmhdcontain {
    width: 1180px;
}
.pd-zmhdcontainleft {
    width: 575px;
    float: left;
}
.ne3 {
    width: 575px;
    height: 58px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 20px;
}
.ne3 ul li {
    float: left;
    width: 170px;
    margin-right: 33px;
}
.ne3 ul li:last-child {
    margin-right: 0px;
}
.ne3 ul li:hover {
    border-bottom: 2px solid #265ec4;
}
.ne3 ul li a {
    line-height: 56px;
    font-size: 18px;
    font-weight: 500;
}
.ne3 ul li a:hover {
    font-weight: 600;
    color: #265ec4;
}
.ne3 ul li a img {
    float: left;
    margin-top: 18px;
    margin-left: 20px;
    margin-right: 8px;
}
.ne3 ul span {
    width: 2px;
    height: 24px;
    background: #9f0000;
    display: inline-block;
    position: relative;
    top: 11px;
    left: -102px;
}
.nen3 {
    width: 505px;
    padding: 25px 35px;
    background: #eaf2fe;
}
.nen3 ul {
    display: block;
    width: 96%;
    border: 1px dashed #1366b0;
    background: #fff;
    border-radius: 10px;
    padding: 1% 2%;
}
.nen3 ul li {
    background: url("../images/x_pd-qq.png") no-repeat left center transparent;
    padding-left: 12px;
    position: relative;
    zoom: 1;
    line-height: 40px;
}
.nen3 ul li a {
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 75%;
    display: block;
}
.nen3 ul li span {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 15px;
    color: #a6a6a6;
}
.pd-zmhdcontainright {
    float: right;
    width: 575px;
}
.ne4 {
    width: 575px;
    height: 58px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 20px;
}
.ne4 ul li {
    float: left;
    width: 170px;
    margin-right: 33px;
}
.ne4 ul li:last-child {
    margin-right: 0px;
}
.ne4 ul li:hover {
    border-bottom: 2px solid #265ec4;
}
.ne4 ul li a {
    line-height: 56px;
    font-size: 18px;
    font-weight: 500;
}
.ne4 ul li a:hover {
    font-weight: 600;
    color: #265ec4;
}
.ne4 ul li a img {
    float: left;
    margin-top: 18px;
    margin-left: 20px;
    margin-right: 8px;
}
.ne4 ul span {
    width: 2px;
    height: 24px;
    background: #9f0000;
    display: inline-block;
    position: relative;
    top: 11px;
    left: -102px;
}
.nen4 {
    width: 505px;
    padding: 20px 35px;
    background: #eaf2fe;
}
.nen4 ul {
    display: block;
    width: 96%;
    border: 1px dashed #1366b0;
    background: #fff;
    border-radius: 10px;
    padding: 1% 2%;
}
.nen4 ul li {
    background: url("../images/x_pd-qq.png") no-repeat left center transparent;
    padding-left: 12px;
    position: relative;
    zoom: 1;
    line-height: 40px;
}
.nen4 ul li a {
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 75%;
    display: block;
}
.nen4 ul li span {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 15px;
    color: #a6a6a6;
}

/*zdxm*/
.zdly{margin-top: 10px;width:1170px;margin:0 auto;}
.zdxm {
	overflow:hidden;
}
.zdxm li {
	float:left;
	width:48%;
	line-height:36px;
	text-align:left;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
	list-style: none;
}
.zdxm li:nth-child(even) {
float:right;
}
.zdxm li img {
	vertical-align:middle;
	margin-right:8px;
}
.pd-four {
    float: right;
}
.pd-four ul li {
    float: left;
    display: block;
    background: #ebf3fe;
    width: 140px;
    height: 38px;
    border-radius: 10px;
    margin-top: 10px;
    margin-right: 6px;
}
.pd-four ul li:last-child {
    margin-right: 0px;
}
.pd-four ul li a {
    display: block;
    width: 100%;
    line-height: 38px;
    color: #325fc1;
    text-align: center;
}
.pd-ywtb {
    width: 100%;
    height: 375px;
    background: #f1f7ff;
}
.pd-ywtbcon {
    width: 1180px;
    margin: 0 auto;
    padding-top: 20px;
}
.pd-ywtbmotel1 {
    width: 375px;
    height: 230px;
    background: #fff;
    float: left;
    margin-right: 27.5px;
}
.pd-ywtbmotel1:last-child {
    margin-right: 0;
}
.pd-ywtbmotel1 > h3 {
    display: inline-block;
    background: #0742ad;
    color: #fff;
    padding: 8px 20px;
    border-radius: 0px 0px 20px 0px;
    box-shadow: 5px 0px #a2c3ff;
    line-height: 28px;
}
.pd-ywtbmotel1 > h3 img {
    float: left;
    margin: 2px 5px 0px 0px;
}
.pd-ywtbmotel1 ul {
    display: block;
    padding: 15px 30px;
}
.pd-ywtbmotel1 ul::after {
    content: '';
    display: table;
    clear: both;
}
.pd-ywtbmotel1 ul li {
    float: left;
    display: block;
    width: 33.3%;
}
.pd-ywtbmotel1 ul li a {
    display: block;
    color: #333;
    line-height: 36px;
}
.more {
    text-align: center;
}
.more a {
    display: inline-block;
    width: 33.3%;
    height: 36px;
    border: 1px solid #0742ad;
    color: #0742ad;
    line-height: 36px;
}
.pd-bmfw {
    width: 1180px;
    margin: 20px auto;
}
.pd-bmfw ul li {
    float: left;
    margin-right: 8.5px;
}
.pd-bmfw ul li:last-child {
    margin-right: 0px;
}
.pd-bmfw ul li a {
    display: block;
    width: 123.5px;
    height: 100px;
    background: #f1f7ff;
    position: relative;
    color: #333;
}
.pd-bmfw ul li a p {
    font-size: 16px;
    font-weight: 600;
    line-height: 4;
    padding-left: 15px;
}
.pd-bmfw ul li a img {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.pd-bmfw::after {
    content: '';
    display: table;
    clear: both;
}
#mydiv {
	display:none;
	position: absolute;
	margin-left: -40px;
	z-index: 2;
}
#mydiv ul li {
	text-align: center;
	height: 45px;
	line-height: 45px;
	margin: 2px 0;
}
#mydiv ul li a {
	text-align: center;
	width: 200px;
	height: 45px;
	line-height: 45px;
	box-shadow: 0px 10px 20px 0px rgba(66, 147, 244, 0.6);
}
.pd-ztzl {
    width: 1180px;
    margin: 20px auto;
}
.pd-yqlj {
    width: 100%;
    margin: 20px auto 0;
    height: 60px;
    background: #d2e5ff;
}
.pd-contain {
    width: 1180px;
    margin: 0 auto;
}
.pd-contain ul li {
    float: left;
    margin-right: 65px;
    margin-top: 7px;
}
.pd-contain ul li:first-child {
    margin-left: 20px;
}
.pd-contain ul li:last-child {
    margin-right: 20px;
}
.pd-contain ul li a {
    width: 80px;
    height: 46px;
    line-height: 46px;
    padding: 13px;
    background-color: white;
}
.pd-contain select {
    width: 160px;
    height: 46px;
    border: 0;
    padding-left: 10px;
    background: url("../images/pd-dbx.png") 130px center no-repeat;
    -webkit-appearance: none;
    background-color: #fff;
    opacity: inherit;
}
.pd-bottom {
    width: 100%;
    padding: 30px 0;
    background: #2756ab;
}
.pd-bottomcon {
    width: 1180px;
    margin: 0 auto;
}
.pd-bottomcon::after {
    content: '';
    clear: both;
    display: table;
}
.pd-con1, .pd-con2, .pd-con3 {
    float: left;
}
.pd-con1 {
    margin: 10px 0 0 10px;
}
.pd-con2 {
    margin: 10px 0 0 20px;
}
.con3 p {
    float: left;
    line-height: 30px;
    text-align: center;
    margin: 0 10px;
}
.con3 p a {
    margin: 0 8px;
    color: #fff;
}
.con4 {
    float: right;
}
/*政务公开页样式*/
.zwgk-container {
    width: 1180px;
    margin: 20px auto;
}
.zwgk-leader {
    width: 355px;
    float: left;
}
.zwgk-leader > h2 {
    font-size: 28px;
    background: url("../images/x_pd-zwgk1.png")right center no-repeat;
    margin-bottom: 10px;
}
.leader-message img {
    float: left;
}
.leader-introduce {
    float: right;
    width: 195px;
}
.leader-introduce .p1 {
    border-bottom: 1px solid #f3f3f3;
    text-align: center;
    line-height: 36px;
}
.leader-introduce .p1 b {
    font-size: 20px;
}
.leader-introduce .p2 {
    font-weight: 600;
    line-height: 1.75;
}
.leader-introduce .p3 {
    font-size: 14px;
    line-height: 1.6;
}
.laeder-fsz {
    padding: 10px;
    background: #eff6ff;
    margin-top: 10px;
}
.laeder-fsz .p4 span {
    display: inline-block;
    padding: 0 8px;
    line-height: 1.5;
}
.zwgk-news {
    float: right;
    width: 800px;
}
.zwgk-news h2 {
    font-size: 28px;
    background: url("../images/x_pd-zwgk3.png")right center no-repeat;
}
.zwgk-news ul li {
    background: url("../images/x_pd-qq.png") no-repeat left center transparent;
    padding-left: 12px;
    position: relative;
    zoom: 1;
    line-height: 40px;
}
.zwgk-news ul li a {
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 70%;
    display: block;
}
.zwgk-news ul li span {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 15px;
    color: #a6a6a6;
}
.leader-message::after {
    content: '';
    display: table;
    clear: both;
}
.file-retrieval {
    width: 355px;
    float: left;
    background: url("../images/x_pd-zwgk4.png") bottom center no-repeat;
    position: relative;
    padding-top: 45px;
    margin-top: 30px;
}
.file-retrieval h3 {
    width: 80%;
    background: #1359d7;
    line-height: 60px;
    font-size: 26px;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    margin-left: 10px;
    box-shadow: 2px 5px #739ad5;
    position: absolute;
    top: -20px;
}
.file-retrieval h3 img {
    float: left;
    margin: 15px 10px 5px 20px;
}
.file-retrieval form {
    margin: 0 auto;
    width: 320px;
}
.file-retrieval form input {
    width: 310px;
    height: 45px;
    border: none;
    border-radius: 5px;
    margin: 12px 0px 0px 0px;
    padding-left: 10px;
}
.file-retrieval form select {
    width: 320px;
    height: 45px;
    border: none;
    border-radius: 5px;
    margin: 12px 0px 0px 0px;
    padding-left: 10px;
    background: #fff;
    background-image: url("../images/x_pd-zwgk6.png");
    background-repeat: no-repeat;
    background-position: 290px center;
}
.pd-submit {
    width: 320px;
    margin: 10px 0px 20px 0px;
    text-align: center;
}
.pd-submit button {
    width: 140px;
    height: 56px;
    background: #0084e1;
    color: #fff;
    border: none;
    border-radius: 5px;
}
.pd-submit button:first-child {
    margin-right: 34px;
}
.policy-papers {
    width: 800px;
    float: right;
}
.nezwgk {
    width: 800px;
    height: 42px;
    background: url("../images/x_pd-zwgk7.png") right center no-repeat;
}
.nezwgk ul li {
    float: left;
    width: 125px;
}
.nezwgk ul li:hover {
    color: #1359d7;
}
.nezwgk ul li a {
    line-height: 42px;
    font-size: 28px;
    font-weight: 500;
}
.nezwgk ul li a:hover {
    font-weight: 600;
    color: #265ec4;
}
.nezwgk1 {
    width: 800px;
    height: 46px;
    border-bottom: 1px solid #d7d7d7;
}
.nezwgk1 ul li {
    float: left;
    width: 180px;
    text-align: center;
}
.nezwgk1 ul li:first-child {
    width: 220px;
}
.nezwgk1 ul li:last-child {
    margin-right: 0px;
}
.nezwgk1 ul li:hover {
    border-bottom: 2px solid #265ec4;
}
.nezwgk1 ul li a {
    line-height: 44px;
    font-size: 22px;
    font-weight: 500;
}
.nezwgk1 ul li a:hover {
    font-weight: 600;
    color: #265ec4;
}
.nezwgk1 ul li a img {
    float: left;
    margin-top: 11px;
    margin-left: 20px;
    margin-right: 8px;
}
.nezwgk1 ul span {
    width: 2px;
    height: 24px;
    background: #9f0000;
    display: inline-block;
    position: relative;
    top: 11px;
    left: -102px;
}
.nenzwgk1 ul li {
    background: url("../images/x_pd-qq.png") no-repeat left center transparent;
    padding-left: 12px;
    position: relative;
    zoom: 1;
    line-height: 40px;
}
.nenzwgk1 ul li a {
    font-size: 16px;
    color: #333;
}
.nenzwgk1 ul li span {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 15px;
    color: #a6a6a6;
}
.five-section {
    margin: 20px auto;
}
.five-section ul li {
    float: left;
    margin-right: 20px;
}
.five-section ul li:last-child {
    margin-right: 0px;
}
.five-section ul li a img {
    width: 220px;
    height: 130px;
}
.five-section::after {
    content: '';
    display: table;
    clear: both;
}
.zfxxgk {
    width: 355px;
    float: left;
}
.zfxxgk h2 {
    font-size: 28px;
    background: url("../images/x_pd-zwgk1.png") 190px center no-repeat;
    margin-bottom: 10px;
}
.zfxxgk-contain {
    width: 331px;
    background: #f1f7ff;
    padding: 10px;
    border: 1px solid #c4e1ff;
    border-radius: 10px;
}
.zfxxgk-contain ul li {
    float: left;
    display: block;
    width: 160px;
    height: 64px;
    margin-right: 11px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.zfxxgk-contain ul li:nth-child(even) {
    margin-right: 0px;
}
.zfxxgk-contain ul li:nth-child(7), .zfxxgk-contain ul li:nth-child(8) {
    margin-bottom: 0;
}
.zfxxgk-contain ul li img {
    width: 26px;
    height: 26px;
    margin-top: 5px;
}
.zfxxgk-contain ul li p {
    color: #333;
}
.zfxxgk-contain::after {
    content: '';
    display: table;
    clear: both;
}
.zfgb {
    width: 360px;
    float: left;
    margin-left: 30px;
    text-align: center;
}
.zfgb h2 {
    font-size: 28px;
    background: url("../images/x_pd-zwgk1.png") 140px center no-repeat;
    margin-bottom: 10px;
    text-align: left;
}
.impfour {
    width: 395px;
    height: 305px;
    float: right;
    background: url("../images/x_pd-zwgk14.png")top center no-repeat;
    padding-top: 50px;
}
.impfour ul li {
    float: left;
    width: 48%;
    text-align: center;
    margin-bottom: 30px;
}
.impfour ul li a p {
    color: #333;
}
.impfour ul li:nth-child(even) {
    margin-right: 0;
}
.impfour::after {
    content: '';
    display: table;
    clear: both;
}
.zdly h2 {
    font-size: 28px;
    background: url("../images/x_pd-zwgk19.png") center center no-repeat;
    margin-bottom: 10px;
    text-align: center;
}
.zdly ul li {
    float: left;
    width: 138px;
    margin-right: 10px;
    text-align: center;
    margin-top: 20px;
}
.zdly ul li:last-child {
    margin-right: 0px;
}
.zdly ul li a {
    display: block;
}
.zdly ul li a p {
    color: #333;
}
.rmzt {
    margin: 20px auto;
}
.rmzt h2 {
    font-size: 28px;
    background: url("../images/x_pd-zwgk19.png") center center no-repeat;
    margin-bottom: 10px;
    text-align: center;
}
.pd-zwgkbg {
    width: 100%;
    background: url("../images/x_pd-zwgk30.png") top center no-repeat;
    padding: 20px 0;
}
.lunbo3 {
    margin-top: 20px;
}
.lunbo33 {
    width: 40px !important;
    height: 40px !important;
    background: url(../images/x_pd-zwgk28.png) no-repeat;
    position: absolute;
    left: 35px !important;
    top: 50% !important;
    margin-top: -26px;
    z-index: 1;
    cursor: pointer;
}
.lunbo34 {
    width: 52px !important;
    height: 52px !important;
    background: url(../images/x_pd-zwgk29.png) no-repeat;
    position: absolute;
    right: 35px !important;
    top: 50% !important;
    margin-top: -26px;
    z-index: 1;
    cursor: pointer;
}
.zwgk-container::after {
    content: '';
    display: table;
    clear: both;
}
/*政务公开新增样式*/
.five-section ul li {
    position: relative;
}
.five-section ul li:hover .hide {
    display: block;
}
.hide {
    padding: 2%;
    background: #fff;
    width: 96%;
    box-shadow: 0 2px 5px #ededed;
    position: absolute;
    display: none;
    z-index: 1;
}
.hide ul li {
    float: none;
    margin-right: 0px;
}
.hide ul li a {
    border-bottom: 1px solid #ededed;
    display: block;
    text-align: center;
    line-height: 36px;
}
.hide ul li:last-child a {
    border-bottom: none;
}
.five-section ul li:hover .hide ul li a:hover {
    color: #265ec4;
}
/*政民互动样式*/
.zmhd-container {
    width: 1180px;
    margin: 0 auto;
}
.zmhd-box {
    width: 400px;
    float: left;
}
.zmhd-sltj {
    width: 400px;
    background: #deeeff;
    background-image: url("../images/x_pd-zmhd2.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    float: left;
}
.zmhd-sltj h2 {
    display: inline-block;
    width: 168px;
    height: 55px;
    background: #265ec4;
    border-radius: 10px 0px 10px 0px;
    margin: 10px 0px 0px 10px;
    color: #fff;
    font-size: 20px;
    line-height: 55px;
}
.zmhd-sltj h2 img {
    float: left;
    margin: 6px 10px 0px 5px;
}
.zmhd-sltj ul li {
    float: left;
    width: 48%;
    margin-right: 4%;
    text-align: center;
    margin-top: 35px;
}
.zmhd-sltj ul li:nth-child(even) {
    margin-right: 0;
}
.zmhd-sltj ul li:nth-child(3), .zmhd-sltj ul li:nth-child(4) {
    margin-bottom: 35px;
}
.zmhd-sltj ul li b {
    font-size: 20px;
    color: #265ec4;
    line-height: 1.75;
}
.zmhd-sltj ul li p {
    font-size: 16px;
    color: #333;
    line-height: 1.75;
}
.zmhd-sltj ul::after {
    display: table;
    clear: both;
    content: '';
}
.zmhd-wyly {
    width: 195px;
    height: 94px;
    background: #deeeff;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
.zmhd-wyly img {
    float: left;
    margin: 25px 15px 0px 10px;
}
.zmhd-wyly span {
    line-height: 94px;
    font-size: 20px;
    color: #265ec4;
}
.zmhd-ckhf {
    width: 195px;
    height: 94px;
    background: #deeeff;
    float: left;
    margin-top: 10px;
}
.zmhd-ckhf img {
    float: left;
    margin: 26px 15px 0px 10px;
}
.zmhd-ckhf span {
    line-height: 94px;
    font-size: 20px;
    color: #265ec4;
}
.zmhd-zfxx {
    width: 760px;
    border: 1px solid #deeeff;
    float: right;
}
.zmhd-zfxx h2 {
    background: #deeeff;
    border-top: 4px solid #265ec4;
    height: 60px;
    line-height: 60px;
}
.zmhd-zfxx h2 img {
    float: left;
    margin: 6px 10px 0px 5px;
}
.zfxx-con {
    position: relative;
}
.zfxx-contitle {
    width: 400px;
    position: absolute;
    top: -55px;
    right: 0;
    display: inline-block;
}
.zfxx-contitle ul li {
    float: left;
    display: block;
    width: 15%;
    height: 30px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}
.zfxx-contitle ul li.on {
    background: #2d65c5;
    color: #fff;
}
.zmhd-mo1 {
    width: 98%;
    margin: 10px auto;
}
.zmhd-title {
    width: 100%;
    margin: 0 auto;
    background: #e6e6e6;
    height: 45px;
}
.zmhd-title .s1 {
    display: inline-block;
    width: 50%;
    line-height: 45px;
    padding-left: 2%;
}
.zmhd-title .s2 {
    display: inline-block;
    width: 25%;
    line-height: 45px;
}
.zmhd-title .s3 {
    display: inline-block;
    width: 13%;
    line-height: 45px;
}
.blue {
    width: 100%;
    margin: 0 auto;
    background: #deeeff;
    height: 45px;
}
.blue .s11 {
    display: inline-block;
    width: 50%;
    line-height: 45px;
    padding-left: 2%;
}
.blue .s21 {
    display: inline-block;
    width: 33%;
    line-height: 45px;
}
.blue .s31 {
    display: inline-block;
    width: 13%;
    line-height: 45px;
}
.gray {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    height: 45px;
}
.gray .s11 {
    display: inline-block;
    width: 58%;
    line-height: 45px;
    padding-left: 2%;
}
.gray .s21 {
    display: inline-block;
    width: 25%;
    line-height: 45px;
}
.gray .s31 {
    display: inline-block;
    width: 13%;
    line-height: 45px;
}
.zmhd-yjzjdc {
    width: 580px;
    float: left;
    border: 1px solid #d9e7f6;
    margin-top: 20px;
}
.zmhd-yjzjdc h2 {
    font-size: 20px;
    color: #265ec4;
    padding-left: 20px;
    line-height: 80px;
    background: linear-gradient(#d9e7f6, #fff);
}
.zmhd-yjzjdc h2 a {
    color: #265ec4;
}
.zmhd-yjzjdc ul li a {
    display: block;
    height: 74px;
    width: 98%;
    border-bottom: 1px solid #d9e7f6;
}
.zmhd-yjzjdc ul li a img {
    float: left;
    margin: 27px 12px 0px 12px;
}
.zmhd-yjzjdc ul li a p {
    color: #333;
    line-height: 74px;
    margin: 0 5%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zmhd-jgfk {
    width: 580px;
    float: right;
    border: 1px solid #d9e7f6;
    margin-top: 20px;
}
.zmhd-jgfk h2 {
    font-size: 20px;
    color: #265ec4;
    padding-left: 20px;
    line-height: 80px;
    background: linear-gradient(#d9e1f6, #fff);
}
.zmhd-jgfk ul li a {
    display: block;
    height: 74px;
    width: 98%;
    border-bottom: 1px solid #d9e7f6;
}
.zmhd-jgfk ul li a img {
    float: left;
    margin: 27px 12px 0px 12px;
}
.zmhd-jgfk ul li a p {
    color: #333;
    line-height: 74px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zmhd-four {
    width: 100%;
}
.zmhd-four ul li {
    float: left;
    margin-right: 8px;
}
.zmhd-four ul li:last-child {
    margin-right: 0px;
}
.zmhd-four ul li a {
    display: block;
    padding: 10px 15.5px 0px;
    text-align: center;
    background: #deeeff;
}
.zmhd-four ul li a p {
    color: #333;
    ;
    line-height: 32px;
}
/*新媒体样式*/
.pd-xmt {
    width: 1180px;
    margin: 20px auto 0;
}
.xmt-pdfb {
    width: 1180px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.xmt-pdfb::after {
    content: '';
    display: table;
    clear: both;
}
.xmt-pdfb h2 {
    text-align: center;
    font-size: 24px;
    color: #265ec4;
    line-height: 60px;
}
.xmt-pdfb ul {
    display: block;
    width: 500px;
    margin: 0 auto;
}
.xmt-pdfb ul li {
    float: left;
}
.xmt-pdfb ul li:first-child {
    margin-right: 264px;
}
.three-section {
    width: 1180px;
    margin: 0 auto;
}
.xmt-tit {
    border-bottom: 2px solid #216abc;
}
.wx, .xmt-tit::after {
    content: '';
    display: table;
    clear: both;
}
.xmt-tit ul li {
    display: block;
    width: 360px;
    height: 55px;
    background: #eeeeee;
    text-align: center;
    float: left;
    line-height: 55px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: 25px;
    margin-top: 20px;
}
.xmt-tit ul li.on {
    background: #1666c1 !important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #fff;
}
.xmt-tit ul li:first-child {
    margin-left: 25px;
}
.wx h2 {
    text-align: center;
    line-height: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #265ec4
}
.wx ul li {
    display: block;
    width: 170px;
    height: auto;
    float: left;
    margin-right: 32px;
    margin-bottom: 20px;
    text-align: center;
    background: #edf7ff;
    padding-top: 10px;
}
.wx ul li:nth-child(6n) {
    margin-right: 0px;
}
.wx ul li a p {
    text-align: center;
    line-height: 32px;
    color: #333;
}
.code_mask {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    width: 100% !important;
    height: 100% !important;
    display: none;
    cursor: default;
    z-index: 100;
}
.code_mask .mask_with {
    width: 320px;
    height: 380px;
    background-color: white;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
}
.code_mask .mask_with .mask_title {
    color: #358bcc;
    margin-bottom: 15px;
    border-bottom: 2px solid #efefef;
    font-size: 24px !important;
    height: 70px;
    line-height: 70px;
}
.code_mask .mask_with img {
    width: 210px !important;
    height: 210px !important;
    margin-top: 10px;
}
.code_mask .mask_with p {
    width: 100% !important;
    font-size: 20px !important;
    line-height: 60px;
}
.code_mask .close {
    text-align: center;
    overflow: hidden;
}
.code_mask .close img {
    margin-top: 10px;
    width: 60px !important;
    height: 60px !important;
    cursor: pointer;
}
/*投资平度样式*/
.pd-tzpd {
    width: 100%;
    background: url("../images/x_pd-tzpd1.png") top center no-repeat;
    margin-top: 20px;
}
.tzpd-intro {
    width: 1180px;
    margin: 0 auto;
}
.tzpd-introleft {
    width: 520px;
    float: left;
}
.tzpd-introleft p {
    line-height: 1.75;
    text-indent: 2em;
}
.tzpd-introright {
    width: 640px;
    height: 308px;
    background: #333;
    float: right;
}
.tzpd-intro::after {
    content: '';
    display: table;
    clear: both;
}
.tzpd-intro ul li {
    float: left;
    display: block;
    width: 170px;
    height: 196px;
    background: url("../images/x_pd-tzpd2.png")top center no-repeat;
    margin-top: 60px;
    margin-right: 82.5px;
}
.tzpd-intro ul li:last-child {
    margin-right: 0;
}
.tzpd-intro ul li a {
    display: block;
    width: 170px;
    height: 196px;
    text-align: center;
}
.tzpd-intro ul li a img {
    margin-top: 60px;
}
.tzpd-intro ul li a p {
    font-size: 16px;
    line-height: 1.75;
    color: #333;
}
.pd-sixtz {
    width: 1180px;
    margin: 20px auto;
    text-align: center;
}
.pd-sixtz > img {
    margin-bottom: 20px;
}
.pd-sixtz::after {
    content: '';
    display: table;
    clear: both;
}
.pd-sixtz ul li {
    width: 370px;
    height: 150px;
    display: block;
    position: relative;
    margin-right: 35px;
    float: left;
    margin-bottom: 20px;
}
.pd-sixtz ul li:nth-child(3), .pd-sixtz ul li:nth-child(6) {
    margin-right: 0px;
}
.pd-sixtz ul li .motel {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 45px;
}
.pd-sixtz ul li .motel h2 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 36px;
}
.pd-sixtz ul li .motel a {
    display: inline-block;
    width: 30%;
    height: 30px;
    background: #fff;
    border-radius: 10px;
    color: #0671d8;
    line-height: 30px;
    font-size: 14px;
}
.pd-pdmp {
    width: 1180px;
    margin: 20px auto;
    text-align: left;
}
.pd-pdmp > img {
    margin-bottom: 20px;
}
.pd-pdmp ul li {
    display: block;
    padding: 30px;
    background: #e7f2ff;
    height: 190px;
    margin-bottom: 20px;
}
.pd-pdmp ul li img {
    float: left;
    margin-right: 30px;
}
.pd-pdmp ul li h2 {
    line-height: 2;
    font-size: 28px;
}
.pd-pdmp ul li p {
    line-height: 1.75;
    font-size: 18px;
}
.pd-rwly {
    width: 1180px;
    margin: 0 auto;
}
.pd-rwly > img {
    margin-bottom: 20px;
}
/*列表页样式*/
.lb-con {
    width: 1180px;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
}
.lb-con::after {
    content: '';
    display: table;
    clear: both;
}
.lb-con > p {
    line-height: 36px;
    font-size: 16px;
}
.lb-con > p > img {
    float: left;
    margin-top: 5px;
    margin-right: 8px;
}
.lmlb ul {
    width: 100%;
    overflow: auto;
    margin: 2% 0;
}
.lmlb ul li {
    width: 23%;
    float: left;
    text-align: center;
    line-height: 60px;
    height: 60px;
	margin: 2% 1%;
	background-image: linear-gradient(to right, #1576cf, #add7fb);
	box-shadow: 0px 10px 20px 0px rgba(66, 147, 244, 0.6);
}
.lmlb ul li a {
    color: white;
}
.lb-container {
    width: 100%;
}
.lb-container ul li {
    background: url("../images/x_qq.png") no-repeat left center transparent;
    padding-left: 12px;
    position: relative;
    zoom: 1;
    line-height: 40px;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}
.lb-container ul li a {
    font-size: 16px;
    display: block;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lb-container ul li span {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 15px;
    color: #a6a6a6;
}
#testfenye {
    width: 100%;
    margin: 20px auto;
}
.page-elem-field-root {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.page-elem-field {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
/* .page-elem-field .item:first-child::after{
	content: "å…±{{total}}æ¡";
	position: absolute;
	left: -60px;
} */
.page-elem-field .item {
    position: relative;
    width: 32px;
    height: 32px;
    border: 1px solid #e3e3e6;
    border-radius: 4px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* ä¸¤ä¸ªå°æ–¹å—ä¹‹é—´çš„è·ç¦» */
    margin-right: 8px;
}
.page-elem-field .item:last-child {
    margin-right: 0px;
}
.page-elem-field .item.head {
    width: 60px;
    min-width: 50px;
}
.page-elem-field .item.foot {
    width: 60px;
    min-width: 50px;
}
.page-elem-field .item.active {
    background-color: #425CDE;
    color: #fff;
}
.page-elem-field .item:hover {
    background-color: #425CDE;
    color: #fff;
}
.page-elem-field .item.item-disable {
    color: #d2d2d2 !important;
    cursor: not-allowed !important;
}
.page-elem-field .item.active:hover {
    background-color: #425CDE;
    color: #fff;
}
.toPage {
    margin-left: 32px;
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.toPage .inputBox {
    width: 40px;
    height: 30px;
    box-sizing: border-box;
    position: relative;
}
.toPage .inputBox .inputborder {
    width: 40px;
    height: 30px;
    box-sizing: border-box;
    text-align: center;
    outline: none;
    border: 1px solid #e2e2e2;
    z-index: 22;
    position: absolute;
    left: 0;
    top: 0;
}
.toPage .inputBox .show-val {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
}
.toPage::before {
    content: '跳至';
    display: block;
    margin-right: 5px;
    width: 32px;
    height: 30px;
    line-height: 30px;
}
.toPage::after {
    content: '页';
    margin-left: 5px;
    width: 16px;
    height: 30px;
    line-height: 30px;
}
.pagesbox {
    margin-left: 10px;
    width: 60px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.pagesbox .currectPage {
    color: deepskyblue;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.pagesbox .line {
    color: deepskyblue;
    width: 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.pagesbox .allPages {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.left-section {
    width: 318px;
    border: 1px solid #f3f3f3;
    float: left;
    margin-top: 10px;
}
.lb-title {
    height: 32px;
    padding: 15px 0;
    background-color: #2d65c5;
    text-align: center;
}
.lb-title span {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 32px;
}
.left-section > ul .lm_line {
    width: 250px;
    border-bottom: 1px solid #e9f2fe;
    margin: 0 auto;
    display: block;
}
.left-section ul li {
    background: none;
    text-align: center;
    padding-left: 0;
}
.left-section ul li a {
    font-size: 18px;
    display: block;
    width: 90%;
    height: 100%;
    line-height: 50px;
	padding: 0 5%;
    white-space: normal;
}
.left-section ul li a:hover {
    background: #1f6bee;
    color: #fff;
}
.right-section {
    width: 840px;
    float: right;
}
.right-section h2 {
    position: relative;
    line-height: 48px;
}
.right-section h2 em {
    z-index: 2;
    position: relative;
    background: #fff;
    padding-right: 25px;
    color: #2d65c5;
    font-weight: bold;
    font-size: 20px;
    font-style: normal;
}
.right-section h2 em a {
    color: #2d65c5;
}
.right-section h2 span {
    background: #F5F5F5;
    width: 840px;
    height: 8px;
    right: 0;
    bottom: 18px;
    display: block;
    margin-top: -17px;
    position: absolute;
    z-index: 0;
}
.right-section form {
    height:44px;
    background-color:#2d65c5;
    width:100%;
    overflow:hidden;
    border-radius:0;
    margin-top: 12px;
    margin-bottom:10px;
}
.right-section form p {
    color:#fff;
    float:left;
    line-height:44px;
    margin:0 10px 0 10px;
}
.right-section form input[type="text"] {
    width:280px;
    height:36px;
    line-height:36px;
    float:left;
    border: 0;
    border-radius:6px;
    margin-top:4px;
    font-size:14px;
    color:#666;
    padding-left: 16px;
    vertical-align: middle;
}

/* --ie清除--*/
.right-section form select::-ms-expand {
    display: none;
}
.right-section form select {
    float:left;
    width:280px;
    height:36px;
    line-height:36px;
    font-size:14px;
    border-radius:6px;
    color:#666;
    padding-left:10px;
    margin:4px 20px 0 20px;
    /* --火狐、谷歌清除--*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background:#fff url(../images/sj.png) no-repeat 250px center;
    float:left;
}
.right-section form input[type="submit"] {
    width:75px;
    height:36px;
    line-height:36px;
    vertical-align:middle;
    cursor:pointer;
    background-image:none;
    background-color:#fff;
    float:left;
    border: 0;
    border-radius:6px;
    margin-top:4px;
    color:#2d65c5;
    font-weight:600;
    text-indent: 0;
}
/*内容页样式*/
.nr-con {
    width: 1180px;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
}
.nr-con > p {
    line-height: 36px;
    font-size: 16px;
}
.nr-con > p > img {
    float: left;
    margin-top: 5px;
    margin-right: 8px;
}
.essay {
    width: 100%;
    padding-bottom: 20px;
}
.essay-con {
    width: 1180px;
    margin: 0 auto;
}
.essay-con .ld{background-color: #e6f4ff;margin-top: 20px;padding: 6px 0;}
.essay-con .ldleft {
  float: left;
  overflow: hidden;
  width: 240px;
  background-color: #e6f4ff;
  padding: 16px;
  min-height: 360px;
}
.essay-con .ldleft h1 {
  color: #0866bb;
  font-size: 22px;
  border-bottom: 1px solid #0866bb;
  text-align: center;
  line-height: 44px;
  letter-spacing: 2px;
  padding-bottom: 10px;
}
.essay-con .ldleft ul li {
  overflow: hidden;
  margin-top: 20px;
}
.essay-con .ldleft ul li span {
  width: 40%;
  float: left;
  color: #0866bb;
  font-weight: 600;
  line-height: 34px;
  font-size: 16px;
  left: 0;
}
.essay-con .ldleft ul li p {
  width: 60%;
  float: right;
  overflow: hidden;
  line-height: 34px;
}
.essay-con .ldleft ul li p a {
  -margin-right: 10px;
  letter-spacing: 1px;
  font-size: 16px;
  display: block;
  float: left;
  width: 50%;
}
.essay-con .ldleft ul li p a:nth-child(even) {
  text-align: right;
}
.essay-con .wright {
  /*float: right;
  width: 888px;*/
  overflow: hidden;
  padding: 30px 20px;
  background: #fff;
  width: 73%;
}	


.title_xx {
    text-align: center;
    display: block;
    box-sizing: border-box;
    padding: 0 160px;
    font-size: 22px;
    font-weight: 600;
    padding-top: 40px;
    padding-bottom: 20px;
}
.small {
    text-align: center;
    border-bottom: 1px dashed #2d65c5;
    line-height: 36px;
}
.content {
    width: 90%;
    margin: 0 auto;
}
.content table {
    margin:0 auto;
}
.content p {
    font-size: 16px;
    line-height: 39px;
    text-align: justify;
}
.content p.p1 {
    text-align: center;
}
/*法规文件属性*/
.btxw {
    padding: 10px;
    padding-left: 90px;
    margin: 14px auto;
    background-color: #eee;
    overflow: hidden;
}
.btxw li {
    float: left;
    width: 45%;
    text-align: left;
    line-height: 34px;
    list-style: none;
}
.btxw li a {
    color: #333;
}
/*zfhywz*/
.erjicon1 {
	overflow:auto;
}
.erjicon1 h2 {
	text-align:center;
	color:#0a81d6;
	font-size:32px;
	margin:24px auto 16px 0;
}
.erjicon1 li {
	overflow:hidden;
	text-align:center;
}
.erjicon1 li a {
	margin:0 10px;
	color:#7f7e7e;
}
.erjicon1 i {
	display:block;
	height:10px;
	background:url(../images/bt2.jpg) center repeat;
	margin:16px auto 20px 0;
}
.erjicon1 p {
	line-height:30px;
	padding:0 14px;
}

/*cwhy*/
	.hynr li {
	overflow:hidden;
	margin:16px 0;
	list-style:none;
}
.hynr li h3 {
	float:left;
	width:100px;
	height:44px;
	line-height:44px;
	text-align:center;
	background-color:#fff;
	color:#0a81d6;
	border-radius:14px;
	margin-right:10px;
	border:1px solid #0a81d6;
}
.hynr li p {
	float:right;
	width:1022px;
	line-height:38px;
	text-align:left;
	text-indent:0em;
}
/*相关政策解读*/
.xgzcjd {
    border-top: 1px solid #3fa0ef;
}
.xgzcjd h3 {
    height: 42px;
    line-height: 42px;
    background-color: #3fa0ef;
    text-align: center;
    float: left;
    width: 150px;
    padding-left: 10px;
}
.xgzcjd h3 a {
    color: #fff;
}
.xgzcjd ul {
    overflow: hidden;
    float: left;
    width: 100%;
}
.xgzcjd ul li {
    float: left;
    width: 46%;
    margin: 3px 6px;
    text-align: left;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xgzcjd ul li a {
    color: #333;
}
/*手机样式*/
@media screen and (max-width: 750px) {
    .m1 {
        display: none;
    }
    .m2 {
        display: block;
    }
    .pd-head {
        width: 100%;
        height: auto;
        background: url("../images/x_phone.png")top center no-repeat;
        position: unset;
    }
    .pd-headcon {
        width: 96%;
        margin: 0 auto;
        padding: 0px;
    }
    .pd-headcon .pd1 {
        display: none !important;
    }
    .pd-logo {
        width: 98%;
        margin-top: 30px;
        text-align: center;
    }
    .pd-logo > img {
        width: 70%;
    }
    .pd-search {
        width: 100%;
        margin: 0 auto;
        margin-top: 0px;
    }
    .pd-search p {
        text-align: left;
        color: #fff;
        margin-top: 0;
    }
    .search {
        width: 100%;
        font-size: 0px;
        margin: 10px auto;
        padding-bottom: 40px;
        position: relative;
    }
    .search input {
        border-radius: 10px 0 0 10px;
        width: 65%;
        height: 60px;
        border: none;
        opacity: 1;
        vertical-align: middle;
        padding-left: 10px;
    }
    .search button {
        width: 33%;
        height: 60px;
        border: none;
        vertical-align: middle;
        background-color: #1d79e9;
        text-align: center;
        color: #fff;
        position: relative;
        padding-left: 30px;
    }
    .search button > img {
        position: absolute;
        left: 30px;
        top: 14px;
    }
    .pd-nav {
        width: 100%;
        height: 70px;
        background: #265ec4;
        overflow-x: scroll;
        display: none;
    }
    .pd-nav::-webkit-scrollbar {
        display: none;
    }
    .pd-navcon {
        width: 300%;
        margin: 0 auto;
    }
    .pd-headlines {
        width: 98%;
        margin: 0 auto;
    }
    .pd-headlines span {
        padding: 10px 15px;
        display: block;
        background: #c3d9ff;
        font-size: 30px;
        color: #265ec4;
        border-radius: 10px 0px 10px 0px;
        font-weight: bold;
        float: left;
        margin-right: 10px;
    }
    .pd-news {
        width: 98%;
        margin: 20px auto;
        margin-top: 10px;
        position: relative;
    }
    .lunbo1 {
        width: 100%;
        height: auto;
        float: none;
    }
    .lunbo1 img {
        width: 100%;
        height: 220px;
    }
    .pd-newsright {
        width: 100%;
        height: auto;
        float: none;
    }
    .ne1 {
        width: 100%;
        height: 47px;
        background: #ecf3ff;
        position: relative;
        left: 0px;
        top: 0px;
        overflow-x: scroll;
    }
    .ne1::-webkit-scrollbar {
        display: none;
    }
    .ne1 ul {
        display: block;
        width: 195%;
    }
    .ne1 ul li {
        float: left;
        width: 140px;
        text-align: center;
        position: relative;
    }
    .ne1 ul li > img {
        display: none;
        position: absolute;
        top: 45;
        left: 60px;
    }
    .nen1 {
        width: 100%;
    }
    .ne1 ul li.on > img {
        display: none;
    }
    .pd-zfxxgk {
        width: 98%;
        margin: 20px auto;
    }
    .pd-title {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .pd-title > img {
        width: 100%;
    }
    .pd-xxgkcontain {
        width: 100%;
    }
    .pd-xxgkcontainleft {
        width: 100%;
        height: auto;
        float: none;
    }
    .ne2 {
        width: 100%;
        height: 47px;
        background: #ecf3ff;
        overflow-x: scroll;
    }
    .ne2::-webkit-scrollbar {
        display: none;
    }
    .ne2 ul {
        display: block;
        width: 200%;
    }
    .ne2 ul li {
        float: left;
        width: 136px;
        text-align: center;
        position: relative;
    }
    .ne2 ul li.on > img {
        display: none;
    }
    .nen2 {
        width: 100%;
        margin-top: 10px;
    }
    .pd-xxgkcontainright {
        width: 100%;
        float: none;
    }
    .pd-xxgkcontainright ul li {
        float: left;
        margin-right: 2%;
        display: block;
        width: 49%;
    }
    .pd-xxgkcontainright ul li:nth-child(even) {
        margin-right: 0%;
    }
    .pd-xxgkcontainright ul li a {
        display: block;
        width: 100%;
        height: 60px;
        line-height: 60px;
        border-bottom: 1px dashed #d1cfcb;
        color: #333;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: block;
    }
    .pd-xxgkcontainright ul li a img {
        float: left;
        margin: 12px 20px 12px 10px;
    }
    .pd-zmhd {
        width: 98%;
        margin: 20px auto;
    }
    .pd-zmhdcontain {
        width: 98%;
    }
    .pd-zmhdcontainleft {
        width: 100%;
        float: none;
    }
    .pd-zmhdcontainright {
        float: none;
        width: 100%;
    }
    .ne3 {
        width: 100%;
        height: 58px;
        border-bottom: 1px solid #d7d7d7;
        margin-bottom: 20px;
    }
    .nen3 {
        width: 90%;
        padding: 5%;
        background: #eaf2fe;
    }
    .ne3 ul li {
        float: left;
        width: 48%;
        margin-right: 2%;
    }
    .ne4 {
        width: 100%;
        height: 58px;
        border-bottom: 1px solid #d7d7d7;
        margin-bottom: 20px;
    }
    .ne4 ul li {
        float: left;
        width: 48%;
        margin-right: 2%;
    }
    .nen4 {
        width: 90%;
        padding: 5%;
        background: #eaf2fe;
    }
    .pd-four {
        float: none;
    }
    .pd-four ul li {
        float: left;
        display: block;
        background: #ebf3fe;
        width: 49%;
        height: 38px;
        border-radius: 10px;
        margin-top: 10px;
        margin-right: 2%;
    }
    .pd-four ul li:nth-child(even) {
        margin-right: 0;
    }
    .pd-ywtb {
        width: 100%;
        height: auto;
        background: #f1f7ff;
    }
    .pd-ywtbcon {
        width: 98%;
        margin: 0 auto;
        padding-top: 20px;
    }
    .pd-ywtbmotel1 {
        width: 100%;
        height: auto;
        background: #fff;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .pd-bmfw {
        width: 98%;
        margin: 20px auto;
    }
    .pd-bmfw ul li {
        display: block;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .pd-bmfw ul li a {
        display: block;
        width: 100%;
        height: 100px;
        background: #f1f7ff;
        position: relative;
        color: #333;
    }
    .pd-bmfw ul li:nth-child(even) {
        margin-right: 0;
    }
	#mydiv ul li {
		float: none;
		padding-left: 20px;
}
    .pd-ztzl {
        width: 98%;
        margin: 20px auto;
    }
    .lunbo4 {
        display: block;
    }
    .lunbo2 {
        display: none;
    }
    .swiper-slide {
        width: 100% !important;
    }
    .swiper-slide img {
        width: 100%!important;
        height: auto!important;
    }
    .pd-ztzl {
        width: 100%;
        margin: 20px auto;
    }
    .pd-contain {
        width: 100%;
        margin: 0 auto;
    }
    .pd-contain ul li {
        float: left;
        margin-right: 2%;
        margin-top: 7px;
        display: block;
        width: 48%;
    }
    .pd-contain ul li:first-child {
        display: none;
    }
    .pd-contain ul li:nth-child(2) {
        display: none;
    }
    .pd-contain ul li:nth-child(3) {
        display: none;
    }
    .pd-contain ul li:nth-child(4) {
        margin-left: 1%;
    }
    .pd-contain ul li:nth-child(5) {
        margin-right: 1%;
    }
    .pd-contain ul li:last-child {
        margin-right: 20px;
        display: none;
    }
    .pd-contain select {
        width: 100%;
        height: 46px;
        border: 0;
    }
    .pd-bottomcon {
        width: 98%;
        margin: 0 auto;
    }
    .pd-bottomcon::after {
        content: '';
        clear: both;
        display: table;
    }
    .pd-con1, .pd-con2, .pd-con3 {
        float: left;
    }
    .con4 {
        float: left;
        margin-left: 80px;
        margin-top: 20px;
    }
    .pd-con1 {
        margin: 10px 0 0 80px;
    }
    .pd-con2 {
        margin: 10px 0 0 20px;
    }
    /*投资平度手机样式*/
    .tzpd-intro {
        width: 98%;
        margin: 0 auto;
    }
    .tzpd-introleft {
        width: 100%;
        float: none;
    }
    .tzpd-introleft p {
        line-height: 1.75;
    }
    .tzpd-introright {
        width: 100%;
        height: 308px;
        background: #333;
        float: none;
    }
    .tzpd-intro ul li {
        float: left;
        display: block;
        width: 30%;
        height: 100%;
        background: url("../images/x_pd-tzpd2.png")top center no-repeat;
        margin-top: 20px;
        margin-right: 5%;
        background-size: 100%;
    }
    .tzpd-intro ul li:nth-child(3) {
        margin-right: 0%;
    }
    .tzpd-intro ul li a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        padding-bottom: 40px;
    }
    .tzpd-intro ul li a img {
        margin-top: 25px;
    }
    .pd-sixtz {
        width: 98%;
        margin: 20px auto;
        text-align: center;
        overflow-x: hidden;
    }
    .pd-sixtz > img {
        margin-bottom: 20px;
        width: 100%;
    }
    .pd-sixtz ul li {
        width: 49%;
        height: auto;
        display: block;
        position: relative;
        margin-right: 2%;
        float: left;
        margin-bottom: 20px;
    }
    .pd-sixtz ul li:nth-child(even) {
        margin-right: 0px;
    }
    .pd-sixtz ul li:nth-child(3) {
        margin-right: 2%;
    }
    .pd-sixtz ul li > img {
        width: 100%;
    }
    .pd-sixtz ul li .motel {
        position: absolute;
        text-align: center;
        width: 100%;
        top: 2px;
    }
    .pd-sixtz ul li .motel h2 {
        font-size: 20px;
        color: #fff;
        text-align: center;
        line-height: 36px;
    }
    .pd-sixtz ul li .motel a {
        display: inline-block;
        width: 50%;
        height: 25px;
        background: #fff;
        border-radius: 10px;
        color: #0671d8;
        line-height: 25px;
        font-size: 14px;
    }
    .pd-pdmp {
        width: 98%;
        margin: 20px auto;
        text-align: left;
    }
    .pd-pdmp > img {
        margin-bottom: 20px;
        width: 100%
    }
    .pd-pdmp ul li {
        display: block;
        padding: 10px;
        background: #e7f2ff;
        height: auto;
        margin-bottom: 20px;
    }
    .pd-pdmp ul li img {
        float: left;
        margin-right: 30px;
        width: 30%;
    }
    .pd-pdmp ul li h2 {
        line-height: 1.75;
        font-size: 20px;
    }
    .pd-pdmp ul li p {
        line-height: 1.75;
        font-size: 18px;
    }
    .pd-rwly {
        width: 98%;
        margin: 0 auto;
    }
    .pd-rwly > img {
        margin-bottom: 20px;
        width: 100%;
    }
    #certify {
        position: relative;
        width: 100% !important;
        margin: 0 auto;
    }
    /*政务公开手机样式	*/
    .zwgk-container {
        width: 98%;
        margin: 0 auto;
    }
    .zwgk-leader {
        width: 100%;
        float: none;
    }
    .zwgk-leader > h2 {
        font-size: 28px;
        background: url("../images/x_pd-zwgk1.png")right center no-repeat;
        margin-bottom: 10px;
    }
    .leader-message img {
        float: left;
    }
    .zwgk-news {
        float: none;
        width: 100%;
    }
    .zwgk-news ul li a {
        font-size: 16px;
        color: #333;
    }
    .file-retrieval {
        width: 100%;
        float: none;
        background: url("../images/x_pd-zwgk4.png") bottom center no-repeat;
        position: relative;
        padding-top: 45px;
        margin-top: 30px;
        background-size: cover;
        padding-bottom: 15px;
    }
    .file-retrieval h3 {
        width: 80%;
        background: #1359d7;
        line-height: 60px;
        font-size: 26px;
        color: #fff;
        border-radius: 10px;
        display: inline-block;
        margin-left: 10px;
        box-shadow: 2px 5px #739ad5;
        position: absolute;
        top: -20px;
    }
    .file-retrieval h3 img {
        float: left;
        margin: 15px 10px 5px 20px;
    }
    .file-retrieval form {
        margin: 0 auto;
        width: 100%;
    }
    .file-retrieval form input {
        width: 90%;
        height: 45px;
        border: none;
        border-radius: 5px;
        margin: 12px 4%;
        padding-left: 10px;
    }
    .file-retrieval form select {
        width: 93%;
        height: 45px;
        border: none;
        border-radius: 5px;
        margin: 12px 4%;
        padding-left: 10px;
        background: #fff;
        background-image: url("../images/x_pd-zwgk6.png");
        background-repeat: no-repeat;
        background-position: 290px center;
    }
    .pd-submit {
        width: 100%;
        margin: 10px 0px 20px 0px;
    }
    .pd-submit button {
        width: 140px;
        height: 56px;
        background: #0084e1;
        color: #fff;
        border: none;
        border-radius: 5px;
    }
    .pd-submit button:first-child {
        margin-right: 34px;
        margin-left: 25px;
    }
    .policy-papers {
        width: 100%;
        float: none;
    }
    .nezwgk {
        width: 100%;
        height: 42px;
        background: none;
    }
    .nezwgk ul li {
        float: left;
        width: 25%;
    }
    .nezwgk ul li:hover {
        color: #1359d7;
    }
    .nezwgk ul li a {
        line-height: 42px;
        font-size: 20px;
        font-weight: 500;
    }
    .nezwgk ul li a:hover {
        font-weight: 600;
        color: #265ec4;
    }
    .nezwgk1 {
        width: 100%;
        height: 46px;
        border-bottom: 1px solid #d7d7d7;
    }
    .nezwgk1 ul li {
        float: left;
        width: 25%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: block;
    }
    .nezwgk1 ul li:last-child {
        margin-right: 0px;
    }
    .nezwgk1 ul li:hover {
        border-bottom: 2px solid #265ec4;
    }
    .nezwgk1 ul li a {
        line-height: 44px;
        font-size: 18px;
        font-weight: 500;
    }
    .nezwgk1 ul li a:hover {
        font-weight: 600;
        color: #265ec4;
    }
    .nezwgk1 ul li a img {
        float: left;
        margin-top: 11px;
        margin-left: 20px;
        margin-right: 8px;
    }
    .nezwgk1 ul span {
        width: 2px;
        height: 24px;
        background: #9f0000;
        display: inline-block;
        position: relative;
        top: 11px;
        left: -102px;
    }
    .nenzwgk1 ul li {
        background: url("../images/x_pd-qq.png") no-repeat left center transparent;
        padding-left: 12px;
        position: relative;
        zoom: 1;
        line-height: 40px;
    }
    .nenzwgk1 ul li a {
        font-size: 16px;
        color: #333;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 70%;
        display: block;
    }
    .nenzwgk1 ul li span {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 15px;
        color: #a6a6a6;
    }
    .five-section ul li {
        float: left;
        margin-right: 2%;
        width: 49%;
    }
    .five-section ul li img {
        width: 100%!important;
        height: auto!important;
    }
    .five-section ul li:nth-child(even) {
        margin-right: 0;
    }
    .zfxxgk {
        width: 100%;
        float: none;
    }
    .zfxxgk h2 {
        font-size: 28px;
        background: url("../images/x_pd-zwgk1.png") 190px center no-repeat;
        margin-bottom: 10px;
    }
    .zfxxgk-contain {
        width: 95%;
        background: #f1f7ff;
        padding: 2%;
        border: 1px solid #c4e1ff;
        border-radius: 10px;
    }
    .zfxxgk-contain ul li {
        float: left;
        display: block;
        width: 49%;
        height: 64px;
        margin-right: 2%;
        background: #fff;
        border-radius: 10px;
        text-align: center;
        margin-bottom: 10px;
    }
    .zfxxgk-contain ul li:nth-child(even) {
        margin-right: 0px;
    }
    .zfxxgk-contain ul li:nth-child(7), .zfxxgk-contain ul li:nth-child(8) {
        margin-bottom: 0;
    }
    .zfxxgk-contain ul li img {
        width: 26px;
        height: 26px;
        margin-top: 5px;
    }
    .zfxxgk-contain ul li p {
        color: #333;
    }
    .zfxxgk-contain::after {
        content: '';
        display: table;
        clear: both;
    }
    .zfgb {
        width: 100%;
        float: none;
        margin-left: 0px;
        text-align: center;
    }
    .zfgb h2 {
        font-size: 28px;
        background: url("../images/x_pd-zwgk1.png") right center no-repeat;
        margin-bottom: 10px;
        text-align: left;
    }
    .impfour {
        width: 100%;
        height: 305px;
        float: right;
        background: url("../images/x_pd-zwgk14.png")top center no-repeat;
        padding-top: 50px;
    }
    .impfour ul li {
        float: left;
        width: 48%;
        text-align: center;
        margin-bottom: 30px;
    }
    .impfour ul li a p {
        color: #333;
    }
    .impfour ul li:nth-child(even) {
        margin-right: 0;
    }
    .impfour::after {
        content: '';
        display: table;
        clear: both;
    }
    .zdly h2 {
        font-size: 28px;
        background: url("../images/x_pd-zwgk19.png") center center no-repeat;
        margin-bottom: 10px;
        text-align: center;
    }
    .zdly ul li {
        float: left;
        width: 49%;
        margin-right: 2%;
        text-align: center;
        margin-top: 20px;
    }
    .zdly ul li:nth-child(even) {
        margin-right: 0px;
    }
    .zdly ul li:last-child {
        margin-right: 0px;
    }
    .zdly ul li a {
        display: block;
    }
    .zdly ul li a p {
        color: #333;
    }
    .rmzt {
        margin: 20px auto;
    }
    .rmzt h2 {
        font-size: 28px;
        background: url("../images/x_pd-zwgk19.png") center center no-repeat;
        margin-bottom: 10px;
        text-align: center;
    }
    .pd-zwgkbg {
        width: 100%;
        background: url("../images/x_pd-zwgk30.png") top center no-repeat;
        padding: 20px 0;
    }
    .lunbo3 {
        margin-top: 20px;
        display: none;
    }
    .lunbo33 {
        width: 40px !important;
        height: 40px !important;
        background: url(../images/x_pd-zwgk28.png) no-repeat;
        position: absolute;
        left: 35px !important;
        top: 50% !important;
        margin-top: -26px;
        z-index: 1;
        cursor: pointer;
    }
    .lunbo34 {
        width: 52px !important;
        height: 52px !important;
        background: url(../images/x_pd-zwgk29.png) no-repeat;
        position: absolute;
        right: 35px !important;
        top: 50% !important;
        margin-top: -26px;
        z-index: 1;
        cursor: pointer;
    }
    /*新媒体手机页面*/
    .pd-xmt {
        width: 98%;
        margin: 0 auto;
    }
    .pd-xmt > img {
        width: 100%;
    }
    .xmt-pdfb {
        width: 98%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .xmt-pdfb::after {
        content: '';
        display: table;
        clear: both;
    }
    .xmt-pdfb h2 {
        text-align: center;
        font-size: 24px;
        color: #265ec4;
        line-height: 60px;
    }
    .xmt-pdfb ul {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .xmt-pdfb ul li {
        float: left;
        display: block;
        width: 49%;
        text-align: center;
    }
    .xmt-pdfb ul li:first-child {
        margin-right: 2%;
    }
    .three-section {
        width: 98%;
        margin: 0 auto;
    }
    .xmt-tit {
        border-bottom: 2px solid #216abc;
    }
    .wx, .xmt-tit::after {
        content: '';
        display: table;
        clear: both;
    }
    .xmt-tit ul li {
        display: block;
        width: 30%;
        height: 55px;
        background: #eeeeee;
        text-align: center;
        float: left;
        line-height: 55px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin-right: 2%;
        margin-top: 20px;
    }
    .xmt-tit ul li.on {
        background: #1666c1 !important;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        color: #fff;
    }
    .xmt-tit ul li:first-child {
        margin-left: 2%;
    }
    .wx h2 {
        text-align: center;
        line-height: 60px;
        margin-top: 20px;
        margin-bottom: 20px;
        color: #265ec4
    }
    .wx ul li {
        display: block;
        width: 49%;
        height: auto;
        float: left;
        margin-right: 2%;
        margin-bottom: 20px;
        text-align: center;
        background: #edf7ff;
        padding-top: 10px;
    }
    .wx ul li:nth-child(2n) {
        margin-right: 0px;
    }
    .wx ul li a p {
        text-align: center;
        line-height: 32px;
        color: #333;
    }
    /*政民互动手机样式*/
    .zmhd-container {
        width: 98%;
        margin: 0 auto;
    }
    .zmhd-box {
        width: 100%;
        float: left;
    }
    .zmhd-sltj {
        width: 100%;
        background: #deeeff;
        background-image: url("../images/x_pd-zmhd2.png");
        background-position: right bottom;
        background-repeat: no-repeat;
        float: left;
    }
    .zmhd-sltj h2 {
        display: inline-block;
        width: 168px;
        height: 55px;
        background: #265ec4;
        border-radius: 10px 0px 10px 0px;
        margin: 10px 0px 0px 10px;
        color: #fff;
        font-size: 20px;
        line-height: 55px;
    }
    .zmhd-sltj h2 img {
        float: left;
        margin: 6px 10px 0px 5px;
    }
    .zmhd-sltj ul li {
        float: left;
        width: 48%;
        margin-right: 4%;
        text-align: center;
        margin-top: 35px;
    }
    .zmhd-sltj ul li:nth-child(even) {
        margin-right: 0;
    }
    .zmhd-sltj ul li:nth-child(3), .zmhd-sltj ul li:nth-child(4) {
        margin-bottom: 35px;
    }
    .zmhd-sltj ul li b {
        font-size: 20px;
        color: #265ec4;
        line-height: 1.75;
    }
    .zmhd-sltj ul li p {
        font-size: 16px;
        color: #333;
        line-height: 1.75;
    }
    .zmhd-sltj ul::after {
        display: table;
        clear: both;
        content: '';
    }
    .zmhd-wyly {
        width: 49%;
        height: 94px;
        background: #deeeff;
        float: left;
        margin-right: 2%;
        margin-top: 10px;
    }
    .zmhd-wyly img {
        float: left;
        margin: 25px 15px 0px 10px;
    }
    .zmhd-wyly span {
        line-height: 94px;
        font-size: 20px;
        color: #265ec4;
    }
    .zmhd-ckhf {
        width: 49%;
        height: 94px;
        background: #deeeff;
        float: left;
        margin-top: 10px;
    }
    .zmhd-ckhf img {
        float: left;
        margin: 26px 15px 0px 10px;
    }
    .zmhd-ckhf span {
        line-height: 94px;
        font-size: 20px;
        color: #265ec4;
    }
    .zmhd-zfxx {
        width: 100%;
        border: 1px solid #deeeff;
        float: right;
    }
    .zmhd-zfxx h2 {
        background: #deeeff;
        border-top: 4px solid #265ec4;
        height: 60px;
        line-height: 60px;
    }
    .zmhd-zfxx h2 img {
        float: left;
        margin: 6px 10px 0px 5px;
    }
    .zfxx-con {
        position: relative;
    }
    .zfxx-contitle {
        width: 100%;
        position: relative;
        top: 5px;
        right: -5px;
    }
    .zfxx-contitle ul li {
        float: left;
        display: block;
        width: 17%;
        height: 30px;
        border-radius: 10px;
        background: #fff;
        text-align: center;
        line-height: 30px;
        margin-right: 2%;
    }
    .zmhd-mo1 {
        width: 98%;
        margin: 10px auto;
    }
    .zmhd-title {
        width: 100%;
        margin: 0 auto;
        background: #e6e6e6;
        height: 45px;
    }
    .zmhd-title .s1 {
        display: inline-block;
        width: 40%;
        line-height: 45px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .zmhd-title .s2 {
        display: inline-block;
        width: 25%;
        line-height: 45px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .zmhd-title .s3 {
        display: inline-block;
        width: 25%;
        line-height: 45px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .blue {
        width: 100%;
        margin: 0 auto;
        background: #deeeff;
        height: 45px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .blue .s11 {
        display: inline-block;
        width: 42%;
        line-height: 45px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .blue .s21 {
        display: inline-block;
        width: 25%;
        line-height: 45px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .blue .s31 {
        display: inline-block;
        width: 31%;
        line-height: 45px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .gray {
        width: 100%;
        margin: 0 auto;
        background: #ffffff;
        height: 45px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .gray .s11 {
        display: inline-block;
        width: 60%;
        line-height: 45px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .gray .s21 {
        display: inline-block;
        width: 25%;
        line-height: 45px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .gray .s31 {
        display: inline-block;
        width: 13%;
        line-height: 45px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .zmhd-yjzjdc {
        width: 100%;
        float: none;
        border: 1px solid #d9e7f6;
        margin-top: 20px;
    }
    .zmhd-yjzjdc h2 {
        font-size: 20px;
        color: #265ec4;
        padding-left: 20px;
        line-height: 80px;
        background: linear-gradient(#d9e7f6, #fff);
    }
    .zmhd-yjzjdc ul li a {
        display: block;
        height: 74px;
        width: 98%;
        border-bottom: 1px solid #d9e7f6;
    }
    .zmhd-yjzjdc ul li a img {
        float: left;
        margin: 27px 12px 0px 12px;
    }
    .zmhd-yjzjdc ul li a p {
        color: #333;
        line-height: 74px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .zmhd-jgfk {
        width: 100%;
        float: none;
        border: 1px solid #d9e7f6;
        margin-top: 20px;
    }
    .zmhd-jgfk h2 {
        font-size: 20px;
        color: #265ec4;
        padding-left: 20px;
        line-height: 80px;
        background: linear-gradient(#d9e1f6, #fff);
    }
    .zmhd-jgfk ul li a {
        display: block;
        height: 74px;
        width: 98%;
        border-bottom: 1px solid #d9e7f6;
    }
    .zmhd-jgfk ul li a img {
        float: left;
        margin: 27px 12px 0px 12px;
    }
    .zmhd-jgfk ul li a p {
        color: #333;
        line-height: 74px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .zmhd-four {
        width: 100%;
    }
    .zmhd-four ul li {
        float: left;
        margin-right: 2%;
        width: 48%;
    }
    .zmhd-four ul li:last-child {
        margin-right: 0px;
    }
    .zmhd-four ul li:nth-child(2) {
        margin-right: 0px;
    }
    .zmhd-four ul li a {
        display: block;
        padding: 1%;
        text-align: center;
        background: #deeeff;
    }
    .zmhd-four ul li a img {
        width: 100%;
    }
    .zmhd-four ul li a p {
        color: #333;
        ;
        line-height: 32px;
    }
    /*列表页手机样式*/
    .lb-con {
        width: 96%;
        margin: 0 auto;
    }
    .lb-con > p {
        line-height: 36px;
        font-size: 16px;
    }
    .lb-con > p > img {
        float: left;
        margin-top: 5px;
        margin-right: 8px;
        width: 6%;
    }
    .lb-container {
        width: 100%;
    }
    .lb-container ul li {
        background: url("../images/x_qq.png") no-repeat left center transparent;
        padding-left: 12px;
        position: relative;
        zoom: 1;
        line-height: 40px;
    }
    .lb-container ul li a {
        font-size: 16px;
        display: block;
        width: 80%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .lb-container ul li span {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 15px;
        color: #a6a6a6;
    }
    #testfenye {
        width: 100%;
        margin: 20px auto;
        padding-left: 20px;
    }
    .page-elem-field-root {
        display: block;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }
    .page-elem-field {
        display: block;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }
    /* .page-elem-field .item:first-child::after{
	content: "å…±{{total}}æ¡";
	position: absolute;
	left: -60px;
} */
    .page-elem-field .item {
        position: relative;
        width: 32px;
        height: 32px;
        border: 1px solid #e3e3e6;
        border-radius: 4px;
        line-height: 32px;
        text-align: center;
        font-size: 14px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /* ä¸¤ä¸ªå°æ–¹å—ä¹‹é—´çš„è·ç¦» */
        margin-right: 8px;
        float: left;
    }
    .page-elem-field .item:last-child {
        margin-right: 0px;
    }
    .page-elem-field .item.head {
        width: 60px;
        min-width: 50px;
    }
    .page-elem-field .item.foot {
        width: 60px;
        min-width: 50px;
    }
    .page-elem-field .item.active {
        background-color: #425CDE;
        color: #fff;
    }
    .page-elem-field .item:hover {
        background-color: #425CDE;
        color: #fff;
    }
    .page-elem-field .item.item-disable {
        color: #d2d2d2 !important;
        cursor: not-allowed !important;
    }
    .page-elem-field .item.active:hover {
        background-color: #425CDE;
        color: #fff;
    }
    .toPage {
        margin-left: 32px;
        width: 100px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }
    .toPage .inputBox {
        width: 40px;
        height: 30px;
        box-sizing: border-box;
        position: relative;
    }
    .toPage .inputBox .inputborder {
        width: 40px;
        height: 30px;
        box-sizing: border-box;
        text-align: center;
        outline: none;
        border: 1px solid #e2e2e2;
        z-index: 22;
        position: absolute;
        left: 0;
        top: 0;
    }
    .toPage .inputBox .show-val {
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #e2e2e2;
        box-sizing: border-box;
    }
    .toPage::before {
        content: '跳至';
        display: block;
        margin-right: 5px;
        width: 32px;
        height: 30px;
        line-height: 30px;
    }
    .toPage::after {
        content: '页';
        margin-left: 5px;
        width: 16px;
        height: 30px;
        line-height: 30px;
    }
    .pagesbox {
        margin-left: 10px;
        width: 60px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }
    .pagesbox .currectPage {
        color: deepskyblue;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }
    .pagesbox .line {
        color: deepskyblue;
        width: 10px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }
    .pagesbox .allPages {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }
    .left-section {
        width: 100%;
        border: 1px solid #f3f3f3;
        float: left;
        margin-top: 10px;
    }
    .lb-title {
        height: 32px;
        padding: 15px 0;
        background-color: #0069a0;
        text-align: center;
    }
    .lb-title span {
        font-weight: 700;
        font-size: 18px;
        color: #fff;
        line-height: 32px;
    }
    .left-section > ul .lm_line {
        width: 250px;
        border-bottom: 1px solid #e9f2fe;
        margin: 0 auto;
        display: block;
    }
    .left-section ul li {
        background: none;
        text-align: center;
        padding-left: 0;
    }
    .left-section ul li a {
        font-size: 16px;
        display: block;
        width: 100%;
        height: 100%;
        line-height: 50px;
		padding:0;
    }
    .left-section ul li a:hover {
        background: #2d65c5;
        color: #fff;
    }
    .right-section {
        width: 100%;
        float: right;
    }
    .right-section h2 {
        position: relative;
        line-height: 48px;
    }
    .right-section h2 em {
        z-index: 2;
        position: relative;
        background: #fff;
        padding-right: 25px;
        color: #2d65c5;
        font-weight: bold;
        font-size: 20px;
        font-style: normal;
    }
    .right-section h2 span {
        background: #F5F5F5;
        width: 860px;
        height: 8px;
        right: 0;
        bottom: 18px;
        display: block;
        margin-top: -17px;
        position: absolute;
        z-index: 0;
    }
    /*手机内容页样式*/
    .nr-con {
        width: 96%;
        margin: 0 auto;
    }
    .nr-con > p {
        line-height: 36px;
        font-size: 16px;
    }
    .nr-con > p > img {
        float: left;
        margin-top: 5px;
        margin-right: 8px;
        width: 6%;
    }
    .essay {
        width: 100%;
        padding-bottom: 20px;
    }
    .essay-con {
        width: 100%;
        margin: 0 auto;
    }

.essay-con .ld{background-color: #e6f4ff;margin-top: 20px;padding: 6px 0;}
.essay-con .ldleft {
  float: left;
  overflow: hidden;
  width: 91%;
  background-color: #e6f4ff;
  min-height: 160px;
}
.essay-con .ldleft h1 {
  color: #0866bb;
  font-size: 16px;
  border-bottom: 1px solid #0866bb;
  text-align: center;
  line-height: 24px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  width:100%;
}
.essay-con .ldleft ul{width: 100%;}
.essay-con .ldleft ul li {
  overflow: hidden;
  margin-top: 2px;
}
.essay-con .ldleft ul li span {
  width: 25%;
  float: left;
  color: #0866bb;
  font-weight: 600;
  line-height: 34px;
  font-size: 14px;
  left: 0;
}
.essay-con .ldleft ul li p {
  width: 75%;
  float: right;
  overflow: hidden;
  line-height: 34px;
}
.essay-con .ldleft ul li p a {
  -margin-right: 10px;
  letter-spacing: 1px;
  font-size: 14px;
  display: block;
  float: left;
  width: 33%;
  text-align: center;
}
.essay-con .ldleft ul li p a:nth-child(even) {
  text-align: center;
}
.essay-con .wright {
  overflow: hidden;
  padding: 30px 20px;
  background: #fff;
  width: 86.6%;
  margin: 0 auto;
}	
.essay-con .wright span{
    font-size: 14px !important;
}
.essay-con .ldtitle{
        font-size: 16px !important;
        border-top: dashed 1px #ccc;
        width: 100%;
        padding-top: 5px;
}

    .essay-con img {
        width: 100%;
        min-width: 36% !important;
    }
    .title_xx {
        text-align: center;
        display: block;
        box-sizing: border-box;
        padding: 0 10px;
        font-size: 22px;
        font-weight: 600;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .small {
        text-align: center;
        border-bottom: 1px dashed #97c8ea;
        line-height: 36px;
    }
    .content {
        width: 90%;
        margin: 0 auto;
    }
    .content p {
        font-size: 16px;
        line-height: 39px;
        text-align: justify;
    }
	.content p img {
        width: auto;
        min-width: auto!important;
    }
    .content p iframe{
        width:100% !important;
    }    
    .content p.p1 {
        text-align: center;
        text-indent: 0px;
    }
    /*2024.6月新增样式start*/
    .m-header {
        display: block;
    }
    .btnMenu {
        background-size: contain;
        top: 60px;
        width: 100px;
        height: 48px;
        right: 10px;
        position: absolute;
        z-index: 100;
        background: #265ec4;
        text-align: center;
        line-height: 48px;
        color: #fff;
    }
    .btnMenu > img {
        margin-top: 10px;
        float: left;
        margin: 10px 0px 0px 10px;
    }
    .menu-box {
        background: rgba(38, 94, 196, 0.9);
        top: 0px;
        width: 122px;
        height: 660px;
        right: 0px;
        display: none;
        position: absolute;
        z-index: 9999;
    }
    .menu-box .pClose {
        padding-top: 16px;
    }
    .menu-box .pClose i {
        background: url(../images/x_icoClose_01.png) no-repeat;
        transition: transform 0.4s ease-out;
        width: 20px;
        height: 20px;
        margin-right: 20px;
        float: right;
        cursor: pointer;
        -webkit-transition: -webkit-transform 0.4s ease-out;
        -moz-transition: -moz-transform 0.4s ease-out;
    }
    .menu-box .pClose i:hover {
        /*	transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg);
*/
    }
    .menu-box .pSearch {
        background: rgb(255, 255, 255);
        margin: 35px 18px 0px;
        height: 42px;
    }
    .menu-box .pSearch input[type='text'] {
        background: none;
        margin: 3px 0px 0px 4px;
        border: currentColor;
        border-image: none;
        width: 100px;
        height: 36px;
        float: left;
    }
    .menu-box .pSearch input[type='button'] {
        background: url(icoSear_01.png) no-repeat;
        margin: 8px 5px 0px 0px;
        border: currentColor;
        border-image: none;
        width: 26px;
        height: 26px;
        float: right;
    }
    .menu-box .menu {
        text-align: center;
        padding-top: 30px;
    }
    .menu-box .menu li {
        -font: 1.7rem/2rem "";
        padding: 4px;
        -height: 44px;
        font-size-adjust: none;
        font-stretch: normal;
    }
    .menu-box .menu li a {
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-size: 0.6rem;
    }
    .menu-box .menu li a img {
        display: block;
        width: 20%;
        margin: 0px auto 10px auto;
    }
    .menu-box .menu > b {
        display: block;
        margin: 2px auto;
        width: 60%;
    }
    .menu-box .menu > b img {
        width: 100%;
    }
    .showMenu .menu-box {
        display: block;
    }
    /*2024.6月新增样式end*/
    .fullwidthbanner-container {
        display: none;
    }
    /*法规文件属性*/
    .btxw {
        padding-left: 20px;
    }
    .btxw li {
        width: 100%;
    }
    /*相关政策解读*/
    .xgzcjd ul li {
        width: 90%;
    }
    /*zfhywz*/
.erjicon1 {
	overflow:auto;
}
.erjicon1 h2 {
	text-align:center;
	color:#0a81d6;
	font-size:32px;
	margin:24px auto 16px 0;
}
.erjicon1 li {
	overflow:hidden;
	text-align:center;
}
.erjicon1 li a {
	margin:0 10px;
	color:#7f7e7e;
}
.erjicon1 i {
	display:block;
	height:10px;
	background:url(../images/bt2.jpg) center repeat;
	margin:16px auto 20px 0;
}
.erjicon1 p {
	line-height:30px;
		padding:0px;
}

/*cwhy*/
	.hynr li {
	overflow:hidden;
	margin:16px 0;
	list-style:none;

}
.hynr li h3 {
	float:left;
	width:100px;
	height:44px;
	line-height:44px;
	text-align:center;
	background-color:#fff;
	color:#0a81d6;
	border-radius:14px;
	margin-right:10px;
	border:1px solid #0a81d6;
}
.hynr li p {
	float:right;
	width:100%;
	line-height:38px;
	text-align:left;
	text-indent:0em;
}
/*zdxm*/
.zdly{margin-top: 10px;}
.zdly i img{width:100%;height:60px}
.zdxm {
	overflow:hidden;
}
.zdxm li {
	float:left;
	width:100%;
	line-height:36px;
	text-align:left;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
	list-style: none;
	font-size:14px;
}
.zdxm li:nth-child(even) {
float:right;
}
.zdxm li img {
	vertical-align:middle;
	margin-right:8px;
}
/*zdxm*/
.zdly{margin-top: 10px;width:98%;}
.zdly i img{width:100%;height:60px}
.zdxm {
	overflow:hidden;
}
.zdxm li {
	float:left;
	width:100%;
	line-height:36px;
	text-align:left;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
	list-style: none;
	font-size:14px;
}
.zdxm li:nth-child(even) {
float:right;
}
.zdxm li img {
	vertical-align:middle;
	margin-right:8px;
}
}